
Command Line: diskspd.exe -c10G -t2 -d60 -o16 -b4k -r -Suw -L -w20 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing mix test (read/write ratio: 80/20)
		block size: 4096
		using random I/O (alignment: 4096)
		number of outstanding I/O operations: 16
		thread stride size: 0
		threads per file: 2
		using I/O Completion Ports
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.01s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|  11.14%|   1.02%|   10.13%|  88.84%
   1|   6.38%|   0.99%|    5.39%|  93.61%
-------------------------------------------
avg.|   8.76%|   1.00%|    7.76%|  91.23%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       676552704 |       165174 |      10.75 |    2752.61 |    5.828 |    34.695 | test.dat (10240MB)
     1 |       672673792 |       164227 |      10.69 |    2736.82 |    5.860 |    34.532 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:        1349226496 |       329401 |      21.44 |    5489.43 |    5.844 |    34.614

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       540815360 |       132035 |       8.60 |    2200.35 |    5.109 |    28.098 | test.dat (10240MB)
     1 |       537767936 |       131291 |       8.55 |    2187.95 |    5.137 |    28.204 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:        1078583296 |       263326 |      17.14 |    4388.30 |    5.123 |    28.151

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       135737344 |        33139 |       2.16 |     552.26 |    8.691 |    53.328 | test.dat (10240MB)
     1 |       134905856 |        32936 |       2.14 |     548.87 |    8.742 |    52.580 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         270643200 |        66075 |       4.30 |    1101.13 |    8.716 |    52.956


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |      0.029 |      0.035 |      0.029
   25th |      0.098 |      0.103 |      0.099
   50th |      0.187 |      0.202 |      0.190
   75th |      0.635 |      0.779 |      0.686
   90th |      8.072 |      1.182 |      7.188
   95th |     16.678 |      2.574 |     16.155
   99th |     81.764 |    383.632 |    128.563
3-nines |    334.810 |    555.770 |    432.288
4-nines |    418.370 |    856.536 |    753.548
5-nines |    453.652 |    859.767 |    857.801
6-nines |    459.107 |    859.767 |    859.767
7-nines |    459.107 |    859.767 |    859.767
8-nines |    459.107 |    859.767 |    859.767
9-nines |    459.107 |    859.767 |    859.767
    max |    459.107 |    859.767 |    859.767
